home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
monochrome.swf
/
scripts
/
frame_10
/
PlaceObject2_464_357
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-26
|
274 b
|
18 lines
onClipEvent(load){
if(_name != "shipLT")
{
life = 30;
_Y = -20;
_X = random(550);
_rotation = 180;
yspeed = 5;
xspeed = 0;
speed = 5;
sp = random(3) + 3;
}
else
{
_visible = false;
}
}